home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: news.sprintlink.net!eskimo!news
- From: maryann@eskimo.com (C Marsho)
- Subject: How I redirect output away from the screen?
- X-Nntp-Posting-Host: tia1.eskimo.com
- Message-ID: <DLM67E.G7E@eskimo.com>
- Sender: news@eskimo.com (News User Id)
- Organization: Eskimo North (206) For-Ever
- X-Newsreader: Forte Free Agent 1.0.82
- Date: Tue, 23 Jan 1996 04:04:19 GMT
-
- Here's my problem. When I use this DOS function
-
- system("move *.* c:\dir1");
-
- it shows this on the screen
-
- c:\file1.txt => c:\dir1
-
- How can I prevent this using BC++?
- Reply to maryann@eskimo.com please.
-
-
-